home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Active_Orange / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.7 KB  |  137 lines

  1. BODY
  2. {
  3.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  4.     color : rgb(174,117,74);
  5.     font-weight : normal;
  6.     font-style : normal
  7. }
  8.  
  9. A:active
  10. {
  11.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  12.     color : rgb(174,117,74);
  13.     font-weight : normal;
  14.     font-style : normal;
  15.     text-decoration : none
  16. }
  17.  
  18. A:link
  19. {
  20.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  21.     font-weight : normal;
  22.     font-style : normal;
  23.     text-decoration : none
  24. }
  25.  
  26. UL
  27. {
  28.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  29.     list-style-type : square;
  30.     margin-left : 2em
  31. }
  32.  
  33. A:visited
  34. {
  35.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  36.     color : rgb(231,109,36);
  37.     text-decoration : none
  38. }
  39.  
  40. .TextObject
  41. {
  42.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  43.     color : rgb(174,117,74)
  44. }
  45.  
  46. H1
  47. {
  48.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  49.     font-size : 1.5em;
  50.     color : rgb(255,255,255);
  51.     font-weight : normal;
  52.     font-style : normal;
  53.     text-decoration : none;
  54.     background-color : rgb(231,109,36)
  55. }
  56.  
  57. H2
  58. {
  59.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  60.     font-size : 1.5em;
  61.     color : rgb(255,255,255);
  62.     font-weight : normal;
  63.     font-style : normal;
  64.     text-decoration : none;
  65.     background-color : rgb(174,117,74)
  66. }
  67.  
  68. P
  69. {
  70.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  71.     text-indent : 2em
  72. }
  73.  
  74. H3
  75. {
  76.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  77.     font-size : 1.25em;
  78.     color : rgb(231,109,36);
  79.     font-weight : normal;
  80.     font-style : normal;
  81.     text-decoration : underline
  82. }
  83.  
  84. OL
  85. {
  86.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  87.     list-style-type : upper-roman;
  88.     margin-left : 2em
  89. }
  90.  
  91. H4
  92. {
  93.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  94.     font-size : 1.25em;
  95.     color : rgb(174,117,74);
  96.     font-weight : normal;
  97.     font-style : normal;
  98.     text-decoration : underline
  99. }
  100.  
  101. .TextNavBar
  102. {
  103.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  104.     font-size : 1em;
  105.     color : rgb(174,117,74);
  106.     font-weight : normal;
  107.     font-style : normal
  108. }
  109.  
  110. H5
  111. {
  112.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  113.     font-size : 1em;
  114.     color : rgb(231,109,36);
  115.     font-style : italic;
  116.     text-decoration : none
  117. }
  118.  
  119. H6
  120. {
  121.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  122.     font-size : 1em;
  123.     color : rgb(174,117,74);
  124.     font-style : italic
  125. }
  126.  
  127. A:hover
  128. {
  129.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  130.     color : rgb(128,0,0);
  131.     font-weight : normal;
  132.     font-style : normal;
  133.     border-bottom-width : 1px;
  134.     border-bottom-style : dotted
  135. }
  136.  
  137.